home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
fixptlib
/
fp_clear_proc.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-18
|
262 b
|
15 lines
/*
### procedure for clearing the periodic orbit data ###
*/
void fp_clear_proc()
{
extern int n_stored_fp;
extern int fp_show_toggle;
all_reset();
/* Reset the number to be 0 */
n_stored_fp=0;
all_refresh();
}